home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / shaders / k3d_null.sl < prev    next >
Encoding:
Text File  |  2004-07-23  |  170 b   |  12 lines

  1. /*
  2.  * Null shader - does nothing to a surface
  3.  *
  4.  * Note: we include dummy Ka and Kd arguments to appease the radiosity
  5.  * engine.
  6.  */
  7.  
  8. surface
  9. k3d_null()
  10. {
  11. }
  12.